home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / doom / extra.zip / DSPTOD2.ZIP / DSPINS.BAT < prev    next >
DOS Batch File  |  1980-02-19  |  1KB  |  41 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo    Battle on the Frontier - Deepspace Syndicate Activity   
  5. echo.  
  6. echo    Installation, version 2.0
  7. echo    A New Tour of Duty for TIE Fighter         
  8. echo    Missions created by the Bullfrog              
  9. echo.           
  10. echo    * REQUIRES "DEFENDER OF THE EMPIRE" TO PLAY!  
  11. echo.
  12. echo.
  13. echo    Hit CTRL+C to abort - Any other key to continue
  14. echo.
  15. pause
  16. :check1
  17. if EXIST B2M1FW.DSP goto eins
  18. :changeling
  19. echo.
  20. echo    Your original *.TIE files, BATTLE #2, will be backed up now!
  21. ren B2M1FW.TIE B2M1FW.DSP
  22. ren B2M2BW.TIE B2M2BW.DSP
  23. ren B2M3IW.TIE B2M3IW.DSP
  24. ren B2M4GW.TIE B2M4GW.DSP
  25. ren B2M5FW.TIE B2M5FW.DSP
  26. echo.
  27. echo    Installing the new Tour of Duty!
  28. :eins
  29. copy DSPTOD1.TIE B2M1FW.TIE
  30. copy DSPTOD2.TIE B2M2BW.TIE
  31. copy DSPTOD3.TIE B2M3IW.TIE
  32. copy DSPTOD4.TIE B2M4GW.TIE
  33. copy DSPTOD5.TIE B2M5FW.TIE
  34. :Fini
  35. echo.
  36. echo    New Tour of Duty installed, Play Battle #2. 
  37. echo    To install the original missions, type DSPBACK.BAT
  38. echo    For additional information, read the DSPTOD.TXT         
  39. echo.
  40. echo.
  41.